negotiator.tournament.VariablesAndValues
Class DBUserValue

java.lang.Object
  extended by negotiator.tournament.VariablesAndValues.TournamentValue
      extended by negotiator.tournament.VariablesAndValues.DBUserValue
All Implemented Interfaces:
java.io.Serializable

public class DBUserValue
extends TournamentValue

See Also:
Serialized Form

Constructor Summary
DBUserValue(java.lang.String val)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getValue()
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DBUserValue

public DBUserValue(java.lang.String val)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

getValue

public java.lang.String getValue()

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object